-
Notifications
You must be signed in to change notification settings - Fork 1
DO NOT MERGE: Image crop & resize #3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
|
|
||
| <img src="https://raw.githubusercontent.com/Akhilesh05/img/master/scale.jpg"> | ||
|
|
||
| * fit - The image is made to fit either horizontally or vertically in way so as not to lose any detail of the image and also preserve the proportion. Some unused spaces may be left which results in a smaller image than expected. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fit => fit etc
| @@ -0,0 +1,48 @@ | |||
| public with sharing class SharinPixResizeDemo { | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
add Ctrl or Controller based on other demos
src/pages/SharinPixResizeDemo.page
Outdated
| var data = e.data; | ||
| switch (data.name) { | ||
| case 'viewer-image-viewed': | ||
| latestImageViewed = data.payload.image.public_id; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
image instead of ID
No description provided.